home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Software.dxr / LingoLib_4_Keydown Handlers.ls < prev    next >
Encoding:
Text File  |  1998-06-04  |  114 b   |  8 lines

  1. on checkKeys
  2.   if (the key = RETURN) or (the key = ENTER) then
  3.     dontPassEvent()
  4.   else
  5.     pass()
  6.   end if
  7. end
  8.